Operation Context.PushDocumentList (Push Document List)
In component org.nuxeo.ecm.core.automation.coreContrib
Description
Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.
Operation id | Context.PushDocumentList |
---|---|
Aliases | Document.PushList |
Category | Push & Pop |
Label | Push Document List |
Requires | |
Since |
Parameters
No parameters.
Signature
Inputs | documents |
---|---|
Outputs | documents |
Implementation Information
Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.stack.PushDocumentList |
---|---|
Contributing Component | org.nuxeo.ecm.core.automation.coreContrib |
JSON Definition
{ "id" : "Context.PushDocumentList", "aliases" : [ "Document.PushList" ], "label" : "Push Document List", "category" : "Push & Pop", "requires" : null, "description" : "Push the input document list on the context stack. The document list can be restored later as the input using the corrresponding pop operation. Returns the input document list.", "url" : "Context.PushDocumentList", "signature" : [ "documents", "documents" ], "params" : [ ] }